home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 February / macformat-034.iso / mac / Shareware City / Developers / appe Windows 2.03 / aevents.h < prev    next >
Encoding:
Text File  |  1995-12-16  |  687 b   |  19 lines  |  [TEXT/CWIE]

  1. // File "aevents.h" - 
  2.  
  3. #ifndef ____AEVENTS_HEADER_____
  4. #define ____AEVENTS_HEADER_____
  5.  
  6. #include <AppleEvents.h>
  7.  
  8. // * **************************************************************************** * //
  9. // * **************************************************************************** * //
  10. // Function Prototypes
  11.  
  12. pascal short AEHandlerOAPP(AppleEvent *event, AppleEvent *reply, long refCon);
  13. pascal short AEHandlerODOC(AppleEvent *event, AppleEvent *reply, long refCon);
  14. pascal short AEHandlerPDOC(AppleEvent *event, AppleEvent *reply, long refCon);
  15. pascal short AEHandlerQUIT(AppleEvent *event, AppleEvent *reply, long refCon);
  16. void InitHLEvents(void);
  17.  
  18. #endif  ____AEVENTS_HEADER_____
  19.